Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement CSRF automatic validation #21

Merged
merged 4 commits into from
Jan 26, 2025
Merged

Implement CSRF automatic validation #21

merged 4 commits into from
Jan 26, 2025

Conversation

vokomarov
Copy link
Contributor

  • Added automatic CSRF verification for incoming requests for mutable HTTP verbs.
  • Added automatic CSRF rotation for responses via Http Only cookie
  • Dedicated CSRF token per user session

@vokomarov vokomarov added feature New feature or request code Improvements of a code style, refactoring or dependency updates labels Jan 26, 2025
@vokomarov vokomarov self-assigned this Jan 26, 2025
Copy link

codecov bot commented Jan 26, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (3baa27a) to head (2086e7c).
Report is 5 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##              main       #21    +/-   ##
==========================================
  Coverage   100.00%   100.00%            
==========================================
  Files           25        27     +2     
  Lines          628       774   +146     
==========================================
+ Hits           628       774   +146     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@vokomarov vokomarov merged commit aa1dcbf into main Jan 26, 2025
4 checks passed
@vokomarov vokomarov deleted the feature/csrf branch January 26, 2025 21:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code Improvements of a code style, refactoring or dependency updates feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant